go/types.Checker.typesSummary (method)

5 uses

	go/types (current package)
		assignments.go#L261: func (check *Checker) typesSummary(list []Type, variadic bool) string {
		assignments.go#L344: 				check.typesSummary(operandTypes(rhs), false),
		assignments.go#L345: 				check.typesSummary(varTypes(lhs), false),
		call.go#L373: 			check.typesSummary(operandTypes(args), false),
		call.go#L374: 			check.typesSummary(varTypes(params), sig.variadic),